home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / disk / bkpwiz31.zip / BKPWIZ.EXE / GETPILOT.BAT < prev    next >
DOS Batch File  |  1996-10-17  |  1KB  |  38 lines

  1. @echo off
  2. echo cls >Pilot.bat
  3. echo @echo off>>Pilot.bat
  4. echo share /L:500 /F:5100>>Pilot.bat
  5. echo Specify the Drive where your Windows Directory is loicated
  6. echo Just Press the letter, such as 'D'. No colon or '\'needed.
  7. Tellme "Drive:" /c 14 /D /MLOC /O: /Q
  8. type return
  9. Tellme "Drive %loc% SELECTED. Press Enter to OK" /c 31 /Q
  10. type return
  11. echo %LOC% >>Pilot.bat
  12. echo Now specify the Name of 'Windows' Directory e. g. Windows
  13. Tellme "WINDOWS directory:" /c 31 /MWINDIR /F20 /Q
  14. type return
  15. echo cd \%windir% >>Pilot.bat
  16. echo If exist *.swp del *.swp >>Pilot.bat
  17. echo Now Specify Command with parameters used to enter WINDOWS e.g. 'win':
  18. Tellme "Command with Parameters " /c 31 /MCMD /Q
  19. type return
  20. echo %CMD% >>Pilot.bat
  21. echo Please specify the Directory Path The WIZARD is istalled:
  22. Tellme "INSTALLED Directory Path: " /c 31 /MMYDIR /Q
  23. echo call swdir %mydir% >>Pilot.bat
  24. echo call prompt1 >>Pilot.bat
  25. echo call doclock >>Pilot.bat
  26. echo set prog=BKUP>>Pilot.bat
  27. echo set logon=1>>Pilot.bat
  28. echo myBkp xlist %%1: zip>>Pilot.bat
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.